home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1999 January
/
PC Plus Super CD No55a (PCP-147A-1-99) (Disc 1) (1998).iso
/
full
/
delphi1
/
Disk15
/
SDIAPP.PAK
/
SDIAPP.DPR
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
263 b
|
15 lines
program Sdiapp;
uses
Forms,
Sdimain in 'SDIMAIN.PAS' {SDIAppForm},
About in 'ABOUT.PAS' {AboutBox};
{$R *.RES}
begin
Application.CreateForm(TSDIAppForm, SDIAppForm);
Application.CreateForm(TAboutBox, AboutBox);
Application.Run;
end.